X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Ftegra124-common.h;h=8cf9bac15680c78c912be71d868eb24227eaf627;hb=43ade93bdb0c8bd57382be810a05b3793749ce85;hp=1aee5c89f4c43a553a84544c7865d92adf77174b;hpb=0e6b7a28243175ae0874d53b6e6e4eff8548d71f;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/tegra124-common.h b/include/configs/tegra124-common.h index 1aee5c8..8cf9bac 100644 --- a/include/configs/tegra124-common.h +++ b/include/configs/tegra124-common.h @@ -10,9 +10,6 @@ #include "tegra-common.h" -/* Cortex-A15 uses a cache line size of 64 bytes */ -#define CONFIG_SYS_CACHELINE_SIZE 64 - /* * NS16550 Configuration */ @@ -26,7 +23,7 @@ /*----------------------------------------------------------------------- * Physical Memory Map */ -#define CONFIG_SYS_TEXT_BASE 0x8010E000 +#define CONFIG_SYS_TEXT_BASE 0x80110000 /* * Memory layout for where various images get loaded by boot scripts: @@ -70,4 +67,7 @@ #define CONFIG_USB_EHCI_TXFIFO_THRESH 0x10 #define CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS 1 +/* GPU needs setup */ +#define CONFIG_TEGRA_GPU + #endif /* _TEGRA124_COMMON_H_ */