diff options
Diffstat (limited to 'include/configs/clearfog.h')
-rw-r--r-- | include/configs/clearfog.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/clearfog.h b/include/configs/clearfog.h index 7089bc4f15..c5bd2ed336 100644 --- a/include/configs/clearfog.h +++ b/include/configs/clearfog.h @@ -11,8 +11,6 @@ * High Level Configuration Options (easy to change) */ -#define CONFIG_DISPLAY_BOARDINFO_LATE - /* * TEXT_BASE needs to be below 16MiB, since this area is scrubbed * for DDR ECC byte filling in the SPL before loading the main @@ -66,8 +64,6 @@ #define CONFIG_PCI_SCAN_SHOW #endif -#define CONFIG_SYS_ALT_MEMTEST - /* Keep device tree and initrd in lower memory so the kernel can access them */ #define RELOCATION_LIMITS_ENV_SETTINGS \ "fdt_high=0x10000000\0" \ |