global: Migrate CONFIG_STACKBASE to CFG
[platform/kernel/u-boot.git] / include / configs / chromebook_coral.h
index 4d44b3b..d14c1d4 100644 (file)
 #ifndef __CONFIG_H
 #define __CONFIG_H
 
-#define CONFIG_BOOTCOMMAND     \
-       "tpm init; tpm startup TPM2_SU_CLEAR; " \
-       "read mmc 0:2 100000 0 80; setexpr loader *001004f0; " \
-       "setexpr size *00100518; setexpr blocks $size / 200; " \
-       "read mmc 0:2 100000 80 $blocks; setexpr setup $loader - 1000; " \
-       "setexpr cmdline_ptr $loader - 2000; " \
-       "setexpr.s cmdline *$cmdline_ptr; " \
-       "setexpr cmdline gsub %U \\\\${uuid}; " \
-       "if part uuid mmc 0:2 uuid; then " \
-       "zboot start 100000 0 0 0 $setup cmdline; " \
-       "zboot load; zboot setup; zboot dump; zboot go;" \
-       "fi"
-
 #include <configs/x86-common.h>
 #include <configs/x86-chromebook.h>
 
@@ -31,9 +18,4 @@
                                        "stdout=vidconsole,serial\0" \
                                        "stderr=vidconsole,serial\0"
 
-#define CONFIG_TPL_TEXT_BASE           0xffff8000
-
-#define CONFIG_SYS_NS16550_MEM32
-#undef CONFIG_SYS_NS16550_PORT_MAPPED
-
 #endif /* __CONFIG_H */