X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Ftheadorable.h;h=433ee14e2f53ba8627456e4ffb6ee07a156951bf;hb=e89f8aae3d67cd3d2d04cedd9735c5e5fd32b621;hp=6e95aa1626e509bf9ac2a7dc78764489924ae86f;hpb=b82e667f79f753226f3b7d01085869b496b1adc2;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/theadorable.h b/include/configs/theadorable.h index 6e95aa1..433ee14 100644 --- a/include/configs/theadorable.h +++ b/include/configs/theadorable.h @@ -17,7 +17,6 @@ * for DDR ECC byte filling in the SPL before loading the main * U-Boot into it. */ -#define CONFIG_SYS_TEXT_BASE 0x00800000 #define CONFIG_SYS_TCLK 250000000 /* 250MHz */ /* @@ -55,7 +54,6 @@ #define CONFIG_PHY_MARVELL /* there is a marvell phy */ #define PHY_ANEG_TIMEOUT 8000 /* PHY needs a longer aneg time */ -#define CONFIG_SYS_ALT_MEMTEST #define CONFIG_PREBOOT /* Keep device tree and initrd in lower memory so the kernel can access them */ @@ -67,9 +65,6 @@ #define CONFIG_SYS_SATA_MAX_DEVICE 1 #define CONFIG_LBA48 -/* Additional FS support/configuration */ -#define CONFIG_SUPPORT_VFAT - /* PCIe support */ #ifdef CONFIG_CMD_PCI #ifndef CONFIG_SPL_BUILD @@ -86,8 +81,6 @@ /* * Bootcounter */ -#define CONFIG_BOOTCOUNT_LIMIT -#define CONFIG_BOOTCOUNT_RAM /* Max size of RAM minus BOOTCOUNT_ADDR is the bootcounter address */ #define BOOTCOUNT_ADDR 0x1000 @@ -112,7 +105,6 @@ /* SPL */ /* Defines for SPL */ -#define CONFIG_SPL_FRAMEWORK #define CONFIG_SPL_TEXT_BASE 0x40004030 #define CONFIG_SPL_MAX_SIZE ((128 << 10) - 0x4030)