compiling env tools for the target leads with current u-boot
in following compile error:
$ make CROSS_COMPILE=powerpc-linux- env
make[1]: *** Keine Regel vorhanden, um das Target »tools/env/aes.c«,
benötigt von »tools/env/aes.o«, zu erstellen. Schluss.
make: *** [env] Fehler 2
$
Fix it!
Signe
Hi,
When I read the scource of uboot 1.1.6,I find ". = .;" in the file of
\board\smdk2410\u-boot.lds.
I can't understand why ". = .;" is here.why not ". = ALIGN(4);"?
what does ". = .;" mean?
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx
Hi Simon,
On Fri, 9 May 2014 11:28:19 -0600
Simon Glass wrote:
> Linux supports this, and if we are to have compatible device tree files,
> U-Boot should also.
>
> Avoid giving the device tree files access to U-Boot's include/ directory.
> Only include/dt-bindings is accessible.
>
> Signed-of
ps7_init.c and ps7_init.h are supposed to be exported by hw project
and copied to board/xilinx/zynq/ directory.
We want them to be ignored by git.
So what we should do is to always treat them as external files
rather than replacing ps7_init.c
This commit does:
- Move a weak function ps7_init()
Masahiro Yamada (2):
kbuild: remove unused RANLIB
kbuild: add missing PERL definition
Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
1.8.3.2
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listi
RANLIB was added by commit e221174 (more than a decade ago)
but it has been never referenced at all.
Signed-off-by: Masahiro Yamada
---
Makefile | 1 -
1 file changed, 1 deletion(-)
diff --git a/Makefile b/Makefile
index 9ff9e23..1c8af3f 100644
--- a/Makefile
+++ b/Makefile
@@ -354,7 +354,6 @@
"checkstack" target uses $(PERL) so PERL must be defined.
Signed-off-by: Masahiro Yamada
---
Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 1c8af3f..9b5c9d6 100644
--- a/Makefile
+++ b/Makefile
@@ -354,6 +354,7 @@ STRIP = $
On Thu, May 8, 2014 at 10:24 PM, Chin Liang See wrote:
> Hi Charles,
>
>
> On Tue, 2014-05-06 at 12:22 +1200, Charles Manning wrote:
> > Hello
> >
> >
> > I am trying to understand the state of the socfpga preloader in
> > mainline u-boot.
> >
> >
> > From what I see, this is broken and perhaps h
Hi Tom,
On Thu, Apr 24, 2014 at 8:55 AM, Manish Badarkhe
wrote:
> Make funtions static which are locally used in file.
>
> Signed-off-by: Manish Badarkhe
> ---
> :100644 100644 704c243... d29d969... M drivers/power/tps6586x.c
> drivers/power/tps6586x.c |4 ++--
> 1 file changed, 2 insertio
Hi,
When I read the scource of uboot 1.1.6,I find ". = .;" in the file of
\board\smdk2410\u-boot.lds.
I can't understand why ". = .;" is here.why not ". = ALIGN(4);"?
what does ". = .;" mean?
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx
10 matches
Mail list logo