]> git.sur5r.net Git - u-boot/blobdiff - include/configs/bk4r1.h
ARM: socfpga: Adding clock frequency info for U-Boot
[u-boot] / include / configs / bk4r1.h
index 5861eeb178af803751bcf17551de9fe7aa280930..a012705870f782446fd4cb5b06bab705714b9b27 100644 (file)
@@ -1,10 +1,9 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * Copyright 2016 3ADEV <http://3adev.com>
  * Written-by: Albert ARIBAUD <albert.aribaud@3adev.fr>
  *
  * Configuration settings for the phytec PCM-052 SoM-based BK4R1.
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 /* Define the BK4r1-specific env commands */
 #define PCM052_NET_INIT "run set_gpio122; "
 
 /* add NOR to MTD env */
-#define MTDIDS_DEFAULT                 "nand0=NAND,nor0=NOR"
-#define MTDPARTS_DEFAULT               "mtdparts=NAND:640k(bootloader)"\
-                                       ",128k(env1)"\
-                                       ",128k(env2)"\
-                                       ",128k(dtb)"\
-                                       ",6144k(kernel)"\
-                                       ",-(root);"\
-                                       "NOR:-(nor)"
 
 /* now include standard PCM052 config */