X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fchromebook_coral.h;h=d14c1d445b25a364c77145cf9175c17e9d268f31;hb=6786ce1ce14feb4d02854a0c04bc0cce505be46e;hp=a63c3c9eea87329f7d6a9d35d1e2a0aa26a73efb;hpb=c0912f9bbfb26dd03d189953678691b799d35b6e;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/chromebook_coral.h b/include/configs/chromebook_coral.h index a63c3c9..d14c1d4 100644 --- a/include/configs/chromebook_coral.h +++ b/include/configs/chromebook_coral.h @@ -10,9 +10,6 @@ #ifndef __CONFIG_H #define __CONFIG_H -#define CONFIG_BOOTCOMMAND \ - "fatload mmc 1:c 1000000 syslinux/vmlinuz.A; zboot 1000000" - #include #include @@ -21,12 +18,4 @@ "stdout=vidconsole,serial\0" \ "stderr=vidconsole,serial\0" -#define CONFIG_ENV_SECT_SIZE 0x1000 -#define CONFIG_ENV_OFFSET 0x003f8000 - -#define CONFIG_TPL_TEXT_BASE 0xffff8000 - -#define CONFIG_SYS_NS16550_MEM32 -#undef CONFIG_SYS_NS16550_PORT_MAPPED - #endif /* __CONFIG_H */