]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/freescale/p1010rdb/law.c
board/p1010rdb: add pin mux and sdhc support in any boot
[karo-tx-uboot.git] / board / freescale / p1010rdb / law.c
index 004512725f038fad7bdb80eb7c447e62a52a173d..ed41a056c599919327a19b5cb0901285628a72a6 100644 (file)
@@ -9,11 +9,9 @@
 #include <asm/mmu.h>
 
 struct law_entry law_table[] = {
-#ifndef CONFIG_SDCARD
        SET_LAW(CONFIG_SYS_FLASH_BASE_PHYS, LAW_SIZE_32M, LAW_TRGT_IF_IFC),
        SET_LAW(CONFIG_SYS_CPLD_BASE_PHYS, LAW_SIZE_128K, LAW_TRGT_IF_IFC),
        SET_LAW(CONFIG_SYS_NAND_BASE_PHYS, LAW_SIZE_1M, LAW_TRGT_IF_IFC),
-#endif
 };
 
 int num_law_entries = ARRAY_SIZE(law_table);