diff options
author | Alexandre Belloni <alexandre.belloni@piout.net> | 2012-10-26 00:15:33 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-11-02 23:36:02 +0100 |
commit | 8f4ffd8c0b7fcc36309b0dbd73463745042496f9 (patch) | |
tree | 01cc698eab8a87e882bd2a4b623e26ac5edf7454 /configs/at91sam9263ek_defconfig | |
parent | a1504a791ce8bc6222d7d604295550e2fcbef8a6 (diff) | |
download | buildroot-novena-8f4ffd8c0b7fcc36309b0dbd73463745042496f9.tar.gz buildroot-novena-8f4ffd8c0b7fcc36309b0dbd73463745042496f9.zip |
at91sam92*: update defconfigs to use latest u-boot
Signed-off-by: Alexandre Belloni <alexandre.belloni@piout.net>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'configs/at91sam9263ek_defconfig')
-rw-r--r-- | configs/at91sam9263ek_defconfig | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/configs/at91sam9263ek_defconfig b/configs/at91sam9263ek_defconfig index 2cd82c03e..208e0574d 100644 --- a/configs/at91sam9263ek_defconfig +++ b/configs/at91sam9263ek_defconfig @@ -9,17 +9,11 @@ BR2_PACKAGE_HOST_SAM_BA=y # First stage bootloader BR2_TARGET_AT91BOOTSTRAP=y BR2_TARGET_AT91BOOTSTRAP_BOARD="at91sam9263ek" -BR2_TARGET_AT91BOOTSTRAP_DATAFLASH=y # Second stage bootloader BR2_TARGET_UBOOT=y BR2_TARGET_UBOOT_BOARDNAME="at91sam9263ek_dataflash_cs0" -BR2_TARGET_UBOOT_2011_12=y # Kernel BR2_LINUX_KERNEL=y -BR2_LINUX_KERNEL_USE_DEFCONFIG=y BR2_LINUX_KERNEL_DEFCONFIG="at91sam9263" - -# Filesystem -BR2_TARGET_ROOTFS_TAR=y |