]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
arm: mxs: remove conflict markers from merge
authorLothar Waßmann <LW@KARO-electronics.de>
Fri, 21 Aug 2015 14:44:32 +0000 (16:44 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 21 Aug 2015 14:44:32 +0000 (16:44 +0200)
board/karo/tx28/tx28.c

index c578c0650ea3b5a0b1c972d5007b88fabbc906ed..b6ea8fbf78535b653bb4747f4b723e76d2b78322 100644 (file)
@@ -100,7 +100,7 @@ static const iomux_cfg_t tx28_pads[] = {
 /* provide at least _some_ sort of randomness */
 #define MAX_LOOPS       100
 
 /* provide at least _some_ sort of randomness */
 #define MAX_LOOPS       100
 
-static u32 random;
+static u32 random __attribute__((section("data")));
 
 static inline void random_init(void)
 {
 
 static inline void random_init(void)
 {